home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols ;
- locks ; strict;
- comment @@;
-
-
- 1.3
- date 91.06.04.17.11.14; author kupfer; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 91.06.03.16.32.35; author kupfer; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 91.06.02.17.35.11; author kupfer; state Exp;
- branches ;
- next ;
-
-
- desc
- @Makefile customization for deleteuser.
- @
-
-
- 1.3
- log
- @Force to be group wheel, and turn off execution permission for "other"
- (same as adduser).
- @
- text
- @#
- # This file is included by Makefile. Makefile is generated automatically
- # by mkmf, and this file provides additional local personalization. The
- # variable SYSMAKEFILE is provdied by Makefile; it's a system Makefile
- # that must be included to set up various compilation stuff.
- #
-
- #
- # Must run set-user-id to root.
- #
- INSTALLFLAGS += -o root -g wheel -m 4774
-
- #if empty(TM:Mds3100)
- CFLAGS += -Wall
- #endif
-
- #include <$(SYSMAKEFILE)>
- @
-
-
- 1.2
- log
- @Turn on -Wall for non-DECstations.
- @
- text
- @d11 1
- a11 1
- INSTALLFLAGS += -o root -m 4775
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d13 4
- @
-